home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / OWNSIZE.MAK < prev    next >
Text File  |  1990-12-31  |  207b  |  10 lines

  1. ownsize.exe:  ownsize.obj ownsize.def 
  2.    link ownsize, /align:16, NUL, /nod slibcew libw, ownsize
  3.    rc ownsize.exe
  4.    
  5. ownsize.obj:  ownsize.c 
  6.    cl -c -Gsw -Ow -W2 -Zp ownsize.c
  7.  
  8.    
  9.       
  10.